Click or drag to resize

ServiceSendMeetingRequest Method (IListAppointment, SendMeetingInvitations)

Sends meeting requests.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> SendMeetingRequest(
	IList<Appointment> appointments,
	SendMeetingInvitations sendMeetingInvitations
)

Parameters

appointments
Type: System.Collections.GenericIListAppointment
The appointments.
sendMeetingInvitations
Type: Independentsoft.ExchangeSendMeetingInvitations
The send meeting invitations.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also